projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c73d463
)
(view-order-manuals): Use goto-address.
author
Gerd Moellmann
<gerd@gnu.org>
Mon, 26 Feb 2001 14:13:35 +0000
(14:13 +0000)
committer
Gerd Moellmann
<gerd@gnu.org>
Mon, 26 Feb 2001 14:13:35 +0000
(14:13 +0000)
lisp/help.el
patch
|
blob
|
history
diff --git
a/lisp/help.el
b/lisp/help.el
index a0d69bbd80b02b1b6ead007bfeed7942db1c25f9..320563f14c220cd259f373dc436b89bc8c625857 100644
(file)
--- a/
lisp/help.el
+++ b/
lisp/help.el
@@
-453,7
+453,8
@@
With numeric argument, display information on correspondingly older changes."
(defun view-order-manuals ()
"Display the Emacs ORDERS file."
(interactive)
- (find-file-read-only (expand-file-name "ORDERS" data-directory)))
+ (find-file-read-only (expand-file-name "ORDERS" data-directory))
+ (goto-address))
(defun view-emacs-FAQ ()
"Display the Emacs Frequently Asked Questions (FAQ) file."